home *** CD-ROM | disk | FTP | other *** search
- object ScheduleEditForm: TScheduleEditForm
- Left = 324
- Top = 154
- Width = 414
- Height = 411
- Caption = 'Schedule Item'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 8
- Top = 8
- Width = 61
- Height = 13
- Caption = 'Transfer Set:'
- end
- object GroupBox4: TGroupBox
- Left = 160
- Top = 120
- Width = 185
- Height = 193
- Caption = 'Weekly:'
- TabOrder = 5
- Visible = False
- object RadioGroup2: TRadioGroup
- Left = 8
- Top = 16
- Width = 169
- Height = 161
- Caption = 'Transfer Every:'
- ItemIndex = 0
- Items.Strings = (
- 'Monday'
- 'Tuesday'
- 'Wednesday'
- 'Thursday'
- 'Friday'
- 'Saturday'
- 'Sunday')
- TabOrder = 0
- end
- end
- object GroupBox5: TGroupBox
- Left = 160
- Top = 120
- Width = 185
- Height = 193
- Caption = 'Monthly:'
- TabOrder = 6
- Visible = False
- object Label7: TLabel
- Left = 8
- Top = 24
- Width = 71
- Height = 13
- Caption = 'Repeat on the:'
- end
- object Label8: TLabel
- Left = 72
- Top = 40
- Width = 79
- Height = 13
- Caption = 'day of the month'
- end
- object Edit1: TEdit
- Left = 17
- Top = 38
- Width = 32
- Height = 21
- MaxLength = 2
- TabOrder = 0
- Text = '1'
- OnKeyPress = Edit1KeyPress
- end
- object UpDown1: TUpDown
- Left = 49
- Top = 38
- Width = 15
- Height = 21
- Associate = Edit1
- Min = 1
- Max = 31
- Position = 1
- TabOrder = 1
- Wrap = False
- end
- end
- object GroupBox2: TGroupBox
- Left = 160
- Top = 120
- Width = 185
- Height = 193
- Caption = 'Hourly:'
- TabOrder = 3
- Visible = False
- object Label4: TLabel
- Left = 60
- Top = 66
- Width = 36
- Height = 13
- Caption = 'minutes'
- end
- object Label5: TLabel
- Left = 8
- Top = 24
- Width = 68
- Height = 13
- Caption = 'Repeat Every:'
- end
- object Label9: TLabel
- Left = 60
- Top = 42
- Width = 47
- Height = 13
- Caption = 'hours and'
- end
- object HourEd: TEdit
- Left = 9
- Top = 38
- Width = 32
- Height = 21
- MaxLength = 2
- ReadOnly = True
- TabOrder = 0
- Text = '0'
- OnKeyPress = Edit1KeyPress
- end
- object HourUpDown: TUpDown
- Left = 41
- Top = 38
- Width = 15
- Height = 21
- Associate = HourEd
- Min = 0
- Max = 24
- Position = 0
- TabOrder = 1
- Wrap = False
- OnClick = HourUpDownClick
- end
- object MinEd: TEdit
- Left = 9
- Top = 62
- Width = 32
- Height = 21
- MaxLength = 2
- ReadOnly = True
- TabOrder = 2
- Text = '5'
- OnKeyPress = Edit1KeyPress
- end
- object MinUpDown: TUpDown
- Left = 41
- Top = 62
- Width = 15
- Height = 21
- Associate = MinEd
- Min = 5
- Max = 59
- Position = 5
- TabOrder = 3
- Wrap = False
- end
- end
- object GroupBox3: TGroupBox
- Left = 160
- Top = 120
- Width = 185
- Height = 193
- Caption = 'Daily:'
- TabOrder = 4
- Visible = False
- object Label6: TLabel
- Left = 8
- Top = 16
- Width = 155
- Height = 13
- Caption = 'Transfer On The Following Days:'
- end
- object CheckBox1: TCheckBox
- Left = 16
- Top = 32
- Width = 97
- Height = 17
- Caption = 'Monday'
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 16
- Top = 54
- Width = 97
- Height = 17
- Caption = 'Tuesday'
- TabOrder = 1
- end
- object CheckBox3: TCheckBox
- Left = 16
- Top = 76
- Width = 97
- Height = 17
- Caption = 'Wednesday'
- TabOrder = 2
- end
- object CheckBox4: TCheckBox
- Left = 16
- Top = 98
- Width = 97
- Height = 17
- Caption = 'Thursday'
- TabOrder = 3
- end
- object CheckBox5: TCheckBox
- Left = 16
- Top = 120
- Width = 97
- Height = 17
- Caption = 'Friday'
- TabOrder = 4
- end
- object CheckBox6: TCheckBox
- Left = 16
- Top = 142
- Width = 97
- Height = 17
- Caption = 'Saturday'
- TabOrder = 5
- end
- object CheckBox7: TCheckBox
- Left = 16
- Top = 164
- Width = 97
- Height = 17
- Caption = 'Sunday'
- TabOrder = 6
- end
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 24
- Width = 289
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 328
- Top = 8
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 7
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 328
- Top = 40
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 8
- Kind = bkCancel
- end
- object BitBtn3: TBitBtn
- Left = 328
- Top = 72
- Width = 75
- Height = 25
- TabOrder = 9
- OnClick = BitBtn3Click
- Kind = bkHelp
- end
- object RadioGroup1: TRadioGroup
- Left = 8
- Top = 120
- Width = 145
- Height = 193
- Caption = 'Repeat:'
- ItemIndex = 0
- Items.Strings = (
- 'One-Time'
- 'Hourly'
- 'Daily'
- 'Weekly'
- 'Monthly'
- 'On Startup Once A Day'
- 'On Startup Always')
- TabOrder = 2
- OnClick = RadioGroup1Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 56
- Width = 289
- Height = 57
- Caption = 'First Transfer At:'
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 26
- Height = 13
- Caption = 'Date:'
- end
- object Label2: TLabel
- Left = 146
- Top = 22
- Width = 26
- Height = 13
- Caption = 'Time:'
- end
- object DateEdit1: TDateEdit
- Left = 40
- Top = 20
- Width = 89
- Height = 21
- Hint = 'Date Field - Enter Date Here'
- DateFormat = 'mm/dd/yyyy'
- Date = '__/__/____'
- MaxLength = 10
- TabOrder = 0
- end
- object MaskEdit1: TMaskEdit
- Left = 176
- Top = 20
- Width = 41
- Height = 21
- AutoSelect = False
- EditMask = '!90:00;1;_'
- MaxLength = 5
- TabOrder = 1
- Text = ' : '
- end
- end
- object GroupBox6: TGroupBox
- Left = 8
- Top = 320
- Width = 337
- Height = 57
- Caption = 'Options'
- TabOrder = 10
- object DeleteCB: TCheckBox
- Left = 8
- Top = 16
- Width = 185
- Height = 17
- Caption = 'Delete Source File After Transfer'
- TabOrder = 0
- end
- object UpdateCB: TCheckBox
- Left = 8
- Top = 32
- Width = 273
- Height = 17
- Hint = 'Send Only If File Size Is Different'
- Caption = 'Update (Transfer Only When File Size Is Different)'
- TabOrder = 1
- end
- end
- end
-